Klasse Simple2DVisualizationPoint
java.lang.Object
alps.java.api.StandardPASS.PASSProcessModelElement
alps.java.api.ALPS.ALPSModelElement
alps.java.api.ALPS.ALPSModelElements.Simple2DVisualizationPoint
- Alle implementierten Schnittstellen:
ISimple2DVisualizationPoint
,IALPSModelElement
,ICapsuleCallback
,IGraphCallback
,IParseablePASSProcessModelElement
,IPASSProcessModelElement
,IValueChangedObserver<IPASSProcessModelElement>
,IValueChangedPublisher<IPASSProcessModelElement>
- Bekannte direkte Unterklassen:
Simple2DVisualizationPathPoint
public class Simple2DVisualizationPoint
extends ALPSModelElement
implements ISimple2DVisualizationPoint
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen alps.java.api.StandardPASS.PASSProcessModelElement
PASSProcessModelElement.ConnectedElementsSetSpecification, PASSProcessModelElement.ObserverInformType
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprivate final String
Name of the class, needed for parsingprivate double
private double
private double
(Package privat) Logger
Von Klasse geerbte Felder alps.java.api.StandardPASS.PASSProcessModelElement
additionalAttributeTriples, additionalElements, additionalIncompleteTriples, BASE_URI_PLACEHOLDER, CANNOT_PARSE, comments, customLocale, EXAMPLE_BASE_URI, exportGraph, exportSubjectNodeName, guid, modelComponentID, modelComponentLabels, observerList, parsingStarted
-
Konstruktorübersicht
KonstruktorBeschreibungSimple2DVisualizationPoint
(String labelForID, String comment, String additionalLabel, List<IIncompleteTriple> additionalAttribute) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungpublic static CultureInfo customCulture = new CultureInfo("en-US"); static PASSProcessModelElement(){ customCulture.NumberFormat.NumberDecimalSeparator = "protected String
double
double
Gets the relative x coordinate of the pointdouble
Gets the relative y coordinate of the pointprotected boolean
parseAttribute
(String predicate, String objectContent, String lang, String dataType, IParseablePASSProcessModelElement element) Gets called while parsing a triple from a set of triples where this element is subject.void
setHas2DPageRatio
(double has2DPageRatio) void
setRelative2DPosX
(double posx) Sets the relative x coordinate of the pointvoid
setRelative2DPosY
(double posy) Sets the relative y coordinate of the pointVon Klasse geerbte Methoden alps.java.api.StandardPASS.PASSProcessModelElement
addComment, addComment, addElementWithUnspecifiedRelation, addIncompleteTriples, addModelComponentLabel, addModelComponentLabel, addTriple, addTriple, addTriples, canParse, clearComments, clearModelComponentLabels, completeIncompleteTriple, completeObject, containsTriple, createUniqueModelComponentID, createUniqueModelComponentID, createUniqueModelComponentID, equals, getAllConnectedElements, getBaseURI, getComments, getDictionaryOfAllAvailableElements, getElementsWithUnspecifiedRelation, getIncompleteTriple, getIncompleteTriples, getModelComponentID, getModelComponentLabels, getModelComponentLabelsAsStrings, getModelComponentLabelsAsStrings, getSubjectName, getTriple, getTriples, getUriModelComponentID, informObserverAboutConnectedObjects, informObserverAboutConnectedObjects, invalidateTriplesContainingString, notifyModelComponentIDChanged, notifyTriple, parseAttribute, parseAttribute, publishElementAdded, publishElementRemoved, publishElementRemoved, publishNewModelComponentID, register, removeElementWithUnspecifiedRelation, removeFromEverything, removeFromEverything, removeModelComponentLabel, removeTriple, replaceTriple, setElementsWithUnspecifiedRelation, setExportGraph, setExportXMLName, setModelComponentID, setModelComponentLabels, successfullyParsedElement, unregister, unregister, updateAdded, updateRemoved, updateRemoved
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden alps.java.api.StandardPASS.IPASSProcessModelElement
addComment, addElementWithUnspecifiedRelation, addModelComponentLabel, clearComments, clearModelComponentLabels, createUniqueModelComponentID, createUniqueModelComponentID, createUniqueModelComponentID, getComments, getElementsWithUnspecifiedRelation, getModelComponentID, getModelComponentLabels, getModelComponentLabelsAsStrings, getModelComponentLabelsAsStrings, getUriModelComponentID, removeElementWithUnspecifiedRelation, removeFromEverything, removeFromEverything, removeModelComponentLabel, setElementsWithUnspecifiedRelation, setModelComponentID, setModelComponentLabels
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedObserver
notifyModelComponentIDChanged, updateAdded, updateRemoved, updateRemoved
Von Schnittstelle geerbte Methoden alps.java.api.util.IValueChangedPublisher
register, unregister, unregister
-
Felddetails
-
has2DPageRatio
private double has2DPageRatio -
hasRelative2D_PosX
private double hasRelative2D_PosX -
hasRelative2D_PosY
private double hasRelative2D_PosY -
logger
Logger logger -
className
Name of the class, needed for parsing- Siehe auch:
-
-
Konstruktordetails
-
Simple2DVisualizationPoint
public Simple2DVisualizationPoint(String labelForID, String comment, String additionalLabel, List<IIncompleteTriple> additionalAttribute) -
Simple2DVisualizationPoint
public Simple2DVisualizationPoint()
-
-
Methodendetails
-
getClassName
Beschreibung aus Klasse kopiert:PASSProcessModelElement
public static CultureInfo customCulture = new CultureInfo("en-US"); static PASSProcessModelElement(){ customCulture.NumberFormat.NumberDecimalSeparator = "."; }- Angegeben von:
getClassName
in SchnittstelleIParseablePASSProcessModelElement
- Setzt außer Kraft:
getClassName
in KlasseALPSModelElement
- Gibt zurück:
- The name of the current class
-
getExportTag
- Setzt außer Kraft:
getExportTag
in KlasseALPSModelElement
-
getRelative2DPosX
public double getRelative2DPosX()Beschreibung aus Schnittstelle kopiert:ISimple2DVisualizationPoint
Gets the relative x coordinate of the point- Angegeben von:
getRelative2DPosX
in SchnittstelleISimple2DVisualizationPoint
- Gibt zurück:
- the relative x coordinate
-
getRelative2DPosY
public double getRelative2DPosY()Beschreibung aus Schnittstelle kopiert:ISimple2DVisualizationPoint
Gets the relative y coordinate of the point- Angegeben von:
getRelative2DPosY
in SchnittstelleISimple2DVisualizationPoint
- Gibt zurück:
- the relative y coordinate
-
setRelative2DPosX
public void setRelative2DPosX(double posx) Beschreibung aus Schnittstelle kopiert:ISimple2DVisualizationPoint
Sets the relative x coordinate of the point- Angegeben von:
setRelative2DPosX
in SchnittstelleISimple2DVisualizationPoint
- Parameter:
posx
- the relative x coordinate
-
setRelative2DPosY
public void setRelative2DPosY(double posy) Beschreibung aus Schnittstelle kopiert:ISimple2DVisualizationPoint
Sets the relative y coordinate of the point- Angegeben von:
setRelative2DPosY
in SchnittstelleISimple2DVisualizationPoint
- Parameter:
posy
- the relative y coordinate
-
getHas2DPageRatio
public double getHas2DPageRatio() -
setHas2DPageRatio
public void setHas2DPageRatio(double has2DPageRatio) -
getParsedInstance
- Angegeben von:
getParsedInstance
in SchnittstelleIParseablePASSProcessModelElement
- Setzt außer Kraft:
getParsedInstance
in KlasseALPSModelElement
-
parseAttribute
protected boolean parseAttribute(String predicate, String objectContent, String lang, String dataType, IParseablePASSProcessModelElement element) Beschreibung aus Klasse kopiert:PASSProcessModelElement
Gets called while parsing a triple from a set of triples where this element is subject. The predicate and objectContent are derived directly from the triple, lang and dataType might be null (they will never both be NonNull at the same time) If the object specifies an uri to another element and the collection of all available elements contains this element, the element is passed as well- Setzt außer Kraft:
parseAttribute
in KlassePASSProcessModelElement
- Parameter:
predicate
- the predicate contained by the tripleobjectContent
- the content of the object contained by the triplelang
- the lang attribute of the object if one was specifieddataType
- the datatype attribute of the object if one was specifiedelement
- the element the objectContent points to (if it does and the element exists)- Gibt zurück:
-