public class ServiceRegistration
extends java.lang.Object
Constructor and Description |
---|
ServiceRegistration() |
Modifier and Type | Method and Description |
---|---|
boolean |
AreAllCollectionsEmpty() |
java.lang.Integer |
createNewCollection() |
java.lang.Boolean |
existNonFuncDescriptions(java.lang.Integer collectionID) |
java.util.List<ServiceInterface> |
getAllInterfaces(java.lang.Integer collectionID) |
java.util.Map<java.lang.Integer,ServiceCollection> |
getCollections() |
java.lang.String |
getConstraintViolation() |
ServiceCollection |
getCurrentCollection() |
java.lang.Integer |
getCurrentCollectionID() |
int |
getCurrentCollectionNumOfInstances() |
int |
getCurrentCollectionNumOfInterfaces() |
int |
getCurrentCollectionNumOfParsableFuncDocs() |
int |
getCurrentCollectionNumOfParsedFuncDocs() |
int |
getCurrentCollectionNumOfServiceTypes() |
DocOfFuncProperties |
getDocOfFuncProperties(java.lang.String ref2Source,
java.lang.String ref2DocOfFuncProperties) |
java.lang.String |
getFinalConstraintViolation() |
ServiceInterface |
getInterface(java.lang.Integer collectionID,
ServiceInstance serviceIstance) |
int |
getNumOfDocsOfFuncProperties(java.lang.String type,
java.lang.String ref2Source) |
int |
getNumOfInstances(int collectionID) |
int |
getNumOfInstancesWithNonFunctionalDescription(java.lang.String ref2Source) |
int |
getNumOfInterfaces(int collectionID) |
java.lang.String |
getRef2SourceOfInterface(java.lang.Integer collectionID,
ServiceInterface i) |
java.lang.String |
getRef2SourceOfServiceInstance(java.lang.Integer collectionID,
ServiceInstance serviceInstance) |
java.lang.String |
getTag() |
boolean |
hasConstraintViolation() |
boolean |
hasContents(java.lang.Integer collectionID) |
boolean |
hasFinalConstraintViolation() |
boolean |
hasTransformedCollections(java.lang.String targetModel) |
boolean |
isCurrentCollectionEmpty() |
boolean |
isParsed() |
ServiceCollection |
lookUp(java.lang.Integer collectionID) |
int |
register(java.lang.String type,
java.lang.String ref2Source) |
java.lang.String |
setConstraintViolation(java.lang.String cConstraintViolation) |
void |
transform(java.lang.String targetModel) |
void |
updateCollection() |
javax.swing.tree.DefaultMutableTreeNode |
visualize() |
javax.swing.tree.DefaultMutableTreeNode |
visualize(java.lang.Integer collectionID) |
javax.swing.tree.DefaultMutableTreeNode |
visualize(java.lang.Integer collectionID,
java.lang.Integer labelOfInstances,
ServiceInstance serviceInstance,
javax.swing.tree.DefaultMutableTreeNode node) |
javax.swing.tree.DefaultMutableTreeNode |
visualize(org.omg.CORBA.IntHolder labelOfInstances,
java.lang.Integer collectionID,
ServiceInterface i,
javax.swing.tree.DefaultMutableTreeNode node) |
javax.swing.tree.DefaultMutableTreeNode |
visualizeCurrentCollection() |
javax.swing.tree.DefaultMutableTreeNode |
visualizeDetails(java.lang.Integer collectionID) |
public boolean hasConstraintViolation()
public java.lang.String getConstraintViolation()
public boolean hasFinalConstraintViolation()
public java.lang.String getFinalConstraintViolation()
public java.util.Map<java.lang.Integer,ServiceCollection> getCollections()
public java.lang.Integer getCurrentCollectionID()
public ServiceCollection getCurrentCollection()
public DocOfFuncProperties getDocOfFuncProperties(java.lang.String ref2Source, java.lang.String ref2DocOfFuncProperties)
public boolean AreAllCollectionsEmpty()
public boolean isCurrentCollectionEmpty()
public boolean isParsed()
public java.lang.String getRef2SourceOfInterface(java.lang.Integer collectionID, ServiceInterface i)
public java.lang.String getRef2SourceOfServiceInstance(java.lang.Integer collectionID, ServiceInstance serviceInstance)
public ServiceInterface getInterface(java.lang.Integer collectionID, ServiceInstance serviceIstance)
public java.util.List<ServiceInterface> getAllInterfaces(java.lang.Integer collectionID)
public java.lang.Boolean existNonFuncDescriptions(java.lang.Integer collectionID)
public int getCurrentCollectionNumOfParsedFuncDocs()
public int getCurrentCollectionNumOfParsableFuncDocs()
public int getCurrentCollectionNumOfServiceTypes()
public int getCurrentCollectionNumOfInterfaces()
public int getNumOfInterfaces(int collectionID)
public int getNumOfInstances(int collectionID)
public int getCurrentCollectionNumOfInstances()
public int getNumOfInstancesWithNonFunctionalDescription(java.lang.String ref2Source)
public java.lang.String getTag()
public boolean hasTransformedCollections(java.lang.String targetModel)
public java.lang.String setConstraintViolation(java.lang.String cConstraintViolation)
public void transform(java.lang.String targetModel)
public java.lang.Integer createNewCollection()
public int getNumOfDocsOfFuncProperties(java.lang.String type, java.lang.String ref2Source)
public int register(java.lang.String type, java.lang.String ref2Source)
public ServiceCollection lookUp(java.lang.Integer collectionID)
public boolean hasContents(java.lang.Integer collectionID)
public void updateCollection()
public javax.swing.tree.DefaultMutableTreeNode visualizeCurrentCollection()
public javax.swing.tree.DefaultMutableTreeNode visualize(java.lang.Integer collectionID)
public javax.swing.tree.DefaultMutableTreeNode visualizeDetails(java.lang.Integer collectionID)
public javax.swing.tree.DefaultMutableTreeNode visualize()
public javax.swing.tree.DefaultMutableTreeNode visualize(org.omg.CORBA.IntHolder labelOfInstances, java.lang.Integer collectionID, ServiceInterface i, javax.swing.tree.DefaultMutableTreeNode node)
public javax.swing.tree.DefaultMutableTreeNode visualize(java.lang.Integer collectionID, java.lang.Integer labelOfInstances, ServiceInstance serviceInstance, javax.swing.tree.DefaultMutableTreeNode node)